Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image

Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image
Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image

This Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image schema contains metadata of an OCI image, including its signature details.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "url": "string",
    "digest": "string",
    "status": "string",
    "certificate_chain": [
        "string"
    ],
    "last_verified_at": "string"
}
string
url
Required

A reference to an OCI image, including the registry host, repository (URL path) and image name.

This property was added in vSphere API 9.1.0.0.

string
digest
Required

SHA-256 hash of the image content, used to verify its integrity.

This property was added in vSphere API 9.1.0.0.

string
status
Required

The signature validation status of the image.

For more information see: Vcenter NamespaceManagement Supervisors SupervisorServices Signatures Image Status.

This property was added in vSphere API 9.1.0.0.

array of string
certificate_chain
Optional

The certificate chain used to verify the signature of the OCI image. The chain is returned in PEM format, starting with the leaf certificate.

This property was added in vSphere API 9.1.0.0.

If missing or null, the image is either unsigned or the signature could not be retrieved.

string As date-time As date-time
last_verified_at
Required

Timestamp of the most recent signature verification attempt for the image.

This property was added in vSphere API 9.1.0.0.